home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
GNUSED.ZIP
/
sed
/
configure.in
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-27
|
263 b
|
15 lines
dnl Process this file with autoconf to produce a configure script.
AC_INIT(sed.c)
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_MINIX
AC_ISC_POSIX
AC_STDC_HEADERS
AC_HAVE_HEADERS(string.h)
AC_VPRINTF
AC_HAVE_FUNCS(bcopy memcpy)
AC_CONST
AC_ALLOCA
AC_OUTPUT(Makefile)